48346 fix(workflows): remove unused TaskFieldException import - #311
Open
andrey-usov wants to merge 1 commit into
Open
48346 fix(workflows): remove unused TaskFieldException import#311andrey-usov wants to merge 1 commit into
andrey-usov wants to merge 1 commit into
Conversation
- Fixes ruff F401 lint error on master after PR #299 merge Co-authored-by: Cursor <cursoragent@cursor.com>
andrey-usov
requested review from
EBirkenfeld,
aicarma-artyom-maslov and
pneumojoseph
July 28, 2026 15:26
aicarma-artyom-maslov
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Jenkins build #605 fails on ruff F401 lint — unused
TaskFieldExceptionimport inworkflow.pyafter PR #299 squash merge removed thetask-completeendpoint.Fix
Remove the unused import line.
Release notes
N/A (lint fix only)
Changes
API
TaskFieldExceptionfromworkflow.pyWeb-client
N/A
Test cases
API
Web-client
N/A
Made with Cursor
Note
Remove unused
TaskFieldExceptionimport from workflow viewRemoves a dead import in workflow.py with no functional impact.
Macroscope summarized c76a899.